html,
body {
  background-color: var(--bg-main);
}
body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  padding-top: 100px;
}
/* PWA styles */
.pwa-android-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  border-radius: 8px;
  margin: auto;
  background-color: var(--white);
  color: var(--dark);
  padding: 5px 15px;
  z-index: 999999999999;
  max-width: 90%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  transition: all 0.4s;
  opacity: 0;
  transform: scale(1);
}

.visor-pdf-iframe {
  width: 1100px;
}

@media (max-width: 768px) {
  .visor-pdf-iframe {
    width: 90vw;
  }
}

.pwa-android-popup .icon {
  width: 80px;
}

.icon-pwa-download:before {
    font-family: 'qicons' !important;
    content: "\eb56";
    font-style: normal;
}

.icon-desktop:before {
  font-family: 'qicons' !important;
  font-size: 30px;
  content: "\eb34";
  font-style: normal;
}

#pwaModal, #pwaAndroid {
  display: none;
}

.pwa-android-popup.show {
  top: 90px;
  opacity: 1;
}

.pwa-android-popup:hover {
  transform: scale(1.02);
}
/* modal-ios */
.modal-content-ios {
  border-radius: 1.5em;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  bottom: 3px;
}
.border-bottom {
  border-bottom: 1px solid var(--white-350);
}
.close-modal-ios {
  position: absolute;
  right: 0.5em;
  border-radius: 2.3em;
  width: 25px;
  height: 25px;
  align-items: center;
  padding-top: -1.7em;
  top: 0.5em;
  border: 0px;
}
.pwa-ios-popup,
.pwa-android-popup {
  z-index: 9999999;
}
@media (min-width: 1024px) {
  .pwa-android-popup {
    top: -100px;
    left: 20px;
    bottom: inherit;
    transition: all 0.2s;
    right: auto;
    max-width: 450px;
    margin: 0;
  }
  .pwa-android-popup.show {
    left: 20px;
    top: 90px;
  }
  .pwa-android-popup .icon {
    width: 60px;
  }
}

@media all and (display-mode: standalone) {
  .pwa-ios-popup {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .right-menu.open {
    display: flex;
    flex-direction: column;
  }

  .pb-7 {
    padding-bottom: 7rem;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .menu-tabs-mobile ul {
    padding-bottom: 17px;
  }
}

/* Lightbox - modals  */

.modal-fullscreen {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}
.modal-fullscreen [class*="carousel-control-"] {
  z-index: 9 !important;
  width: 50%;
}

.modal-fullscreen .carousel-control-prev-icon {
  margin-right: auto;
}

.modal-fullscreen .carousel-control-next-icon {
  margin-left: auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-y {
  display: flex;
  align-items: center;
}

.cont-popup .close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

/* Reset */

.grecaptcha-badge {
  bottom: -500px !important;
}
.w-8 {
  width: 8%;
}
.-mt-12 {
  margin-top: -12px;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary);
}

.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-19 {
  font-size: 19px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.border-table-solid {
  border: 1px solid var(--border-light);
}
.border-right-solid {
  border-right: 1px solid var(--border-light);
}
.valid {
  color: var(--primary);
}
.invalid {
  color: var(--danger);
}
/* end reset */

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

label[for="file-input"] {
  color: var(--text-primary);
  cursor: pointer;
}

input[type="file"] {
  cursor: pointer !important;
  font-size: 12px;
}

input[type="file"]::-webkit-file-upload-button {
  background: var(--primary);
  border: 0;
  padding: 5px 30px;
  cursor: pointer;
  color: var(--white);
  border-radius: 55px 55px 55px 55px;
}

input[type="file"]::-ms-browse {
  background: var(--secondary);
  border: 0;
  padding: 1em 2em;
  cursor: pointer;
  color: var(--white);
  border-radius: 0.2em;
}

.panel-title > a {
  text-decoration: none;
  color: var(--title-color);
  font-size: 14px;
  cursor: pointer;
}

.panel-title > a > div > label {
  cursor: pointer;
}

.card-title:hover {
  background-color: var(--primary);
  color: var(--white);
}

.card[aria-expanded="true"] .card-title {
  background-color: var(--primary);
  color: var(--white);
}

/* Sidebar */

.table td,
.table th {
  vertical-align: middle;
}

.table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  font-size: 14px;
}

.sidebar-items {
  color: var(--title-color);
}

.menu-open::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.menu-open::after {
  background-color: var(--white);
}

.login-dropdown {
  width: 350px;
  border: 0px;
}

.cont-main-search input {
  border-radius: 25px;
  border: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}
.cont-second-search input {
  border-radius: 25px;
  border: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
  width: 8rem;
}

/* small cards  */

.card-info .cont-info p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.card-info .cont-info p strong {
  font-weight: bold;
  text-transform: lowercase;
  color: var(--primary);
  display: block;
  font-size: 24px;
}

.card-info .card-footer a {
  font-size: 12px;
}

.title-day {
  font-size: 49px;
  color: var(--title-color);
  margin: 0;
  line-height: 0.8;
}

.title-date {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: var(--title-color);
}

/* Inputs */

.input-radius-l {
  border: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.input-radius-r {
  border: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.input-radius {
  border: 0;
  border-radius: 25px;
}

/* Titles */

/* Buttons */
button:focus {
  outline: 0;
  outline: 0;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-primary {
  background-color: var(--primary);
  border-radius: 50px;
  color: var(--text-primary);
  box-sizing: initial;
  padding: 0.35rem 2rem;
  border: 2px solid var(--primary);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary-xs:hover {
  background-color: var(--white);
  background-size: 100% 100%;
  color: var(--primary);
  border-color: 1px solid var(--primary);
}

.btn-primary:disabled,
.btn-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-primary:disabled {
  background-color: var(--secondary);
  color: var(--text-primary);
  border-color: var(--secondary);
}

.btn-outline-primary {
  background-color: transparent;
  border-radius: 50px;
  color: var(--primary) !important;
  padding: 0.35rem 2rem;
  border: 2px solid var(--primary);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
.btn-outline-primary:hover {
  background-color: var(--primary);
  border-radius: 50px;
  color: var(--text-primary) !important;
  padding: 0.35rem 2rem;
  border-color: var(--primary);
  box-sizing: border-box;
  font-size: 14px;
}
.btn-secondary {
  font-size: 14px;
  color: var(--secondary);
  padding: 0.35rem 2rem;
  background-color: var(--white);
  border-color: var(--secondary);
  border-radius: 50px;
}

.btn-secondary:hover {
  background-color: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.main-title {
  color: var(--primary);
  font-size: 25px;
  font-weight: 600;
}

.title-carousel {
  color: var(--primary);
  font-size: 20px;
}

.subtitle {
  color: var(--secondary);
  font-size: 18px;
}

.calendar-title {
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
}

p {
  font-size: 14px;
}

a.text-secondary:hover,
a.text-secondary-dark:hover {
  cursor: pointer;
  color: var(--secondary-light) !important;
}

/* Line horizontal green */

.title-separator {
  display: table;
  font-weight: 600;
}

.title-separator::after {
  display: block;
  height: 1px;
  border: 0;
  background-color: var(--primary);
  margin-top: 5px;
  padding: 0;
  width: 100%;
  content: "";
}

.title-separator-liquidacion {
  display: table;
}

.title-separator-liquidacion::after {
  display: block;
  height: 1px;
  border: 0;
  background-color: var(--primary);
  margin-top: 10px;
  padding: 0;
  width: 100%;
  content: "";
}

/*background-contaactenos*/

.wrapper-progressBarLiquidacionPrivada {
  width: 100%;
}

.progressBarLiquidacionPrivada li {
  list-style-type: none;
  float: left;
  width: 25%;
  position: sticky;
  text-align: center;
}

.progressBarLiquidacionPrivada li::before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid var(--white-750);
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: var(--light-color);
}

.progressBarLiquidacionPrivada li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--light-color);
  top: 10px;
  left: -50%;
  z-index: -1;
}

.progressBarLiquidacionPrivada li:first-child:after {
  content: none;
}

.progressBarLiquidacionPrivada li.active {
  color: var(--secondary);
}

.progressBarLiquidacionPrivada li.active:before {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.progressBarLiquidacionPrivada li.active + li:after {
  background-color: var(--secondary);
}

/* Step by step */

.wrapper-progressBar {
  position: relative;
  width: 100%;
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 42%;
  position: sticky;
  text-align: center;
  font-size: 11px;
}

.progressBar li::before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid var(--white-750);
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: var(--light-color);
}

.progressBar li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--light-color);
  top: 7px;
  left: -50%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: var(--secondary);
}

.progressBar li.active:before {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.progressBar li.active + li:after {
  background-color: var(--secondary);
}

/* Box */

.box {
  width: auto;
  position: relative;
  background: var(--white);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Ribbon */
.ribbon-horizontal.ribbon-descuento-0,
.ribbon-horizontal.ribbon-descuento-1,
.ribbon-horizontal.ribbon-descuento-2 {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.ribbon-horizontal.ribbon-descuento-0 span,
.ribbon-horizontal.ribbon-descuento-1 span,
.ribbon-horizontal.ribbon-descuento-2 span {
  transform: none !important;
  position: static !important;
  background: none !important;
  box-shadow: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  padding: 0 !important;
}

.ribbon-horizontal {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 0 8px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ribbon-descuento-1.ribbon-horizontal {
  background: var(--primary);
  color: var(--text-primary);
}
.ribbon-descuento-0.ribbon-horizontal {
  background: var(--text-primary);
  color: var(--primary);
}
.ribbon-descuento-1.ribbon-horizontal span,
.ribbon-descuento-0.ribbon-horizontal span {
  display: block;
  width: 100%;
  letter-spacing: 0.5px;
}

/*Counters List*/

.counter-section {
  counter-reset: section;
  padding: 0;
}

.counter-section > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.counter-section li:before {
  counter-increment: section;
  content: counter(section) " ";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.7rem;
}
/*Footer-home*/
.footer-home {
  background-image: url("../images/footer-home.png");
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.text-footer {
  position: relative;
  font-size: 11px;
}
.informacion-personal {
  font-weight: 400;
  font-size: 20px;
}
/*filter*/
.filter-blur {
  filter: blur(4px);
}
.payment-response-failed,
.payment-response-success {
  font-size: 30px;
  font-weight: 700;
}
.second-payment-response-failed {
  font-size: 18px;
}
.second-payment-response-success {
  font-size: 20px;
}
.table-response-success {
  box-shadow: 0px 2px 7px 1px rgba(214, 214, 214, 1);
}
.caption-code {
  color: var(--primary);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 32px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--white);
  background-clip: padding-box;
  border-radius: 5px;
  border: 2px solid var(--white);
  opacity: 0.5;
  transition: opacity 0.6s ease, border-color 0.3s, background-color 0.3s;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%2301732C'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z' fill='%2301732C'/%3e%3c/svg%3e");
}
.table-header {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}
.title-validation {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 500;
}
.txtRegList {
  font-weight: 400;
  font-size: 12px;
  color: var(--white-title);
}

/* Tables  */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--black);
}
/* LOADING */
.nav-pills .nav-link {
  color: var(--title-color);
  font-weight: 500;
}
.nav-pills .nav-link.active {
  color: var(--primary);
  background-color: var(--white);
  border-radius: 0.5rem;
}
.nav-pills .tab-estado,
.tab-procesos {
  border-radius: 0.5rem;
}
.nav-both-tabs .nav-tabs .nav-link {
  color: var(--title-color);
  font-weight: 500;
  border: 0;
  background-color: var(--white);
}
.both-tabs,
.tab-pane-adeudadas,
.tab-pane-pagadas {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border-radius-sm {
  border-radius: 0.5rem;
}
.nav-both-tabs .nav-tabs .nav-link.active {
  color: var(--primary);
  font-weight: 500;
  box-shadow: 1px -2px 6px -1px rgba(204, 204, 204, 0.67);
}
.nav-tabs {
  border-bottom: 0 !important;
}
.sk-container-loader {
  display: none;
  top: 40%;
  width: 100%;
  position: fixed;
  overflow: auto;
  z-index: 3060;
  text-align: center;
}
.sk-container-loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
}
.sk-container-loader.active + #ly-view-content {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media (max-width: 735px) {
  .sk-container-loader {
    margin-left: 0px;
  }
}
.spinner {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary), to(var(--secondary))));
  background: linear-gradient(to bottom, var(--primary) 44%, var(--secondary) 85%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@color-one', endColorstr='@color-two', GradientType=0);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
  border: 0.5px var(--secondary) solid;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.rotating {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-delay: now;
  -webkit-transition-delay: now;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
a:not([href]):not([tabindex]) {
  visibility: visible;
}
.swal2-title {
  font-size: 1rem !important;
}
.custom-radio {
  display: inline;
}
.custom-radio .custom-control-input {
  z-index: 2;
  left: 0;
  bottom: 0;
}
.collapse-scroll {
  overflow-y: scroll !important;
  max-height: 55vh !important;
}
.gmaps {
  height: 100%;
  width: 100%;
}
@media (max-width: 735px) {
  .gmaps {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .cont-main-search {
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 100%;
  }
  .cont-main-search input {
    width: 100% !important;
  }
  .w-8 {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .cont-second-search {
    align-items: center;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .cont-second-search input {
    width: 100% !important;
  }
}
.doc-normatividad {
  color: var(--secondary);
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.active-collapse {
  color: var(--primary);
}
.required::after {
  content: "*";
  color: var(--tertiary);
  font-weight: 500;
}
.footer-size {
  font-size: 10px;
}
.modal-background-dark {
  background-color: rgba(0, 0, 0, 0.85);
}
.logo_p2p {
  width: 11%;
  display: -webkit-inline-box;
  margin-left: 0.5em;
}
/* Messages - Alerts */
.uk-notify {
  position: fixed;
  top: 65px;
  z-index: 3060;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uk-notify-top-center,
.uk-notify-bottom-center {
  text-align: center;
  width: 100%;
}
/* Phones portrait and smaller */
@media (max-width: 479px) {
  .uk-notify {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 90%;
    max-width: 90%;
    margin: 0 auto;
    top: 65px;
  }
}
.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  background-color: var(--white);
  color: var(--black);
  font-size: 14px !important;
  cursor: pointer;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  min-width: 40%;
  max-width: 50%;
  margin: 0 auto;
  box-shadow: 0 3px 6px var(--box-shadow-light);
  width: auto;
  display: inline-block;
  border-left: 6px solid var(--primary);
  transition: all 0.3s;
  transform: scale(1);
}
.uk-notify-message:hover {
  transform: scaleX(1.04);
}
.uk-notify-message > .uk-close {
  visibility: hidden;
  display: none;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  font-size: 10px;
}
.uk-notify-message:hover > .uk-close {
  visibility: visible;
}
.uk-notify-message > div {
  display: flex;
  align-items: center;
}
.uk-notify-message > div .icon {
  font-size: 40px;
  margin-right: 0.6rem;
  line-height: 0;
  color: var(--white);
  border-radius: 50px;
}

.uk-close:before {
  font-family: "q-line-icons" !important;
  content: "\e91e";
}
.uk-notify-message.uk-notify-message-toast-success,
.uk-notify-message.uk-notify-message-toast-error {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: var(--white-025);
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid var(--white-025);
  border-radius: 4px;
  min-width: auto;
}
.uk-notify-message.uk-notify-message-toast-success > .uk-close,
.uk-notify-message.uk-notify-message-toast-error > .uk-close {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 0 0 20px;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: 0 0;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}
html[data-ua*="Mac OS"] .main-row {
  height: inherit;
}

html[data-ua*="iPhone"] .main-row {
  height: auto;
}
html:not([data-ua*="Mac OS"]) .main-row {
  height: 100%;
}
.bg-info {
  background-color: #e7eff4 !important;
}
.bg-custom-modal.modal-content {
  background-color: var(--modal-bg);
  border-radius: 10px;
}
.bg-custom-modal.modal-content td {
  padding: 0.2rem 2rem !important;
}
.bg-custom-modal.modal-content td:last-child {
  text-align: right;
  font-weight: bold;
}
.card-icon {
  color: var(--primary);
  font-size: 30px;
}
.text-card {
  font-size: 12px;
  color: var(--title-color);
}
.text-card-home {
  font-size: 14px;
  color: var(--title-color);
}
.link-calendar {
  display: block;
  transition: all 0.2s;
  color: inherit;
}
.link-calendar:hover {
  transform: scale(1.03) !important;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 320px) and (max-width: 600px) {
  .logo_p2p {
    width: 19%;
    margin: 0.5em 0em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logo_p2p {
    width: 9%;
    margin: 0.8em 0em;
  }
  .placa-responsive {
    height: auto !important;
  }
}
@media (min-width: 1023px) {
  .dropdown-main-informacion:hover .dropdown-informacion {
    display: block;
  }
  .dropdown-main-atencion:hover .dropdown-atencion {
    display: block;
  }
  .pago-impuesto:hover .dropdown-submenu {
    display: block;
  }
}
/* Responsive logo de Menu en Top nav */
@media (max-width: 320px) {
  .logo-responsive {
    width: 70%;
  }
  .bg-custom-modal.modal-content td {
    padding: 0.1rem 1rem !important;
  }
  .title-modal-font {
    font-size: 16px;
  }
  .navbar-collapse .navbar-nav .li-res {
    display: flex;
    flex-flow: column;
  }
  .navbar-collapse .navbar-nav .li-res2 {
    display: flex;
    flex-flow: column;
  }
}
/* Responsive Liquidacion */
@media (max-width: 768px) {
  .navbar-main .nav-item.dropdown .dropdown-menu {
    box-shadow: none !important;
  }
  .dropdown-menu.dropdown-submenu {
    position: static !important;
  }
  .nav-registro > button,
  .nav-ingresa > button {
    font-size: 14px;
  }
  .main-header .navbar-collapse .navbar-nav li .inicio-responsive {
    display: none;
  }
  .login-dropdown {
    position: absolute !important;
    left: -50px;
    max-width: auto !important;
    width: 301px;
  }
  .main-header .navbar-collapse .navbar-nav .dropdown-menu-right {
    position: absolute;
    right: -76px;
  }
  .bg-custom-modal.modal-content td {
    padding: 0.2rem 2rem;
  }
  .cont-main-search .btn-primary {
    margin-top: 0 !important;
  }
  .text-card {
    font-size: 14px;
  }
  .icon-motocycle {
    font-size: 30px;
  }
  .card-responsive {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .card-icon {
    font-size: 25px;
  }
  .card-info .cont-info p strong {
    font-size: 27px;
  }
  .input-group .form-control {
    display: block;
    margin-bottom: 10px;
    clear: both;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
  }
  .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
    box-shadow: none !important;
    padding-right: 0;
    padding-left: 0;
  }
  .input-group > input {
    width: 100% !important;
  }
}
/* Phones portrait and smaller */
@media (max-width: 320px) {
  .btn-primary,
  .btn-secondary {
    font-size: 0.9rem;
  }
  .title-separator {
    font-size: 16px;
  }
}
.responsive-title {
  font-size: 12px;
  color: var(--gray);
}
.tab-estado,
.tab-procesos {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 2px 11px -7px rgba(0, 0, 0, 1);
  margin-right: 1rem;
}
.tab-estado:hover,
.tab-procesos:hover {
  box-shadow: 0px 2px 12px -6px rgba(0, 0, 0, 1);
  transform: scale(1.03) !important;
}
.tab-pane-adeudadas,
.tab-pane-pagadas {
  background-color: var(--white);
}
.font-strong {
  font-weight: 500;
}
.both-tabs {
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.52);
}
.tab-estado a > .active {
  color: var(--primary);
  transform: scale(1.03) !important;
  transition: all 0.2s;
  border-radius: 10px;
}

.tab-procesos a > .active {
  color: var(--primary);
  transform: scale(1.03) !important;
  transition: all 0.2s;
  border-radius: 10px;
}
.fs-13 {
  font-size: 13px;
}
.fs-10 {
  font-size: 10px;
}
.text-neutral {
  color: var(--title-color);
}
.fs-strong {
  font-size: 13px;
  font-weight: 500;
}
.fs-small {
  font-size: 11px !important;
  color: var(--white);
}
.placa-procesos {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}
.tab.estado a:active {
  color: var(--primary);
}
.placa-estado {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}
.placa-estado:hover {
  background-color: #e6f1ea;
  border-radius: 5px;
  color: var(--primary);
}
.placa-estado-seleccionado {
  background-color: #e6f1ea;
  font-size: 15px;
  border-radius: 5px;
  color: var(--primary);
  font-weight: 700;
}
.fs-icon {
  font-size: 0.7rem;
}
.info-placa {
  height: 300px;
}
.info-caracteristicas {
  height: 300px;
}
.info-procesos {
  height: 300px;
}
.scroll-procesos {
  height: 215px;
  overflow-y: auto;
  overflow-x: hidden;
}

.placa-estado i {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .placa-responsive {
    height: auto;
  }
  .caracteristicas-responsive {
    height: auto;
  }
  .procesos-responsive {
    height: auto;
  }
  .nav-registro > button,
  .nav-ingresa > button {
    font-size: 13px;
  }
  .main-header .navbar-collapse .navbar-nav li .inicio-responsive {
    display: none;
  }
  .login-dropdown {
    position: absolute !important;
    left: -50px;
    max-width: auto !important;
    width: 301px;
  }
  .main-header .navbar-collapse .navbar-nav .dropdown-menu-right {
    position: absolute;
    right: -76px;
  }
  .nav-pills {
    display: flex;
    justify-content: center;
  }
  .nav-pills .tab-estado {
    margin-bottom: 0.5rem;
    width: 12rem;
  }
  .list-placas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
  }
  .table-adeudadas-responsive,
  .table-pagadas-responsive,
  .table-historico-responsive,
  .table-responsive-liquidacion,
  .table-responsive-detalle {
    border: 0;
  }

  .table-adeudadas-responsive thead,
  .table-historico-responsive thead,
  .table-pagadas-responsive thead,
  .table-responsive-liquidacion thead,
  .table-responsive-detalle thead {
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-adeudadas-responsive td,
  .table-historico-responsive td,
  .table-pagadas-responsive td,
  .table-responsive-liquidacion td,
  .table-responsive-detalle td {
    display: block;
    font-size: 0.8em;
    text-align: right !important;
    min-height: 1.5rem;
  }

  .table-adeudadas-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-pagadas-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-historico-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-responsive-liquidacion td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-responsive-detalle td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-adeudadas-responsive td:last-child,
  .table-historico-responsive td:last-child,
  .table-pagadas-responsive td:last-child,
  .table-responsive-liquidacion td:last-child,
  .table-responsive-detalle td:last-child {
    border-bottom: 0;
  }
  .repeteable-table .repeteable-row td:last-child {
    border-bottom: 1px solid var(--light-color);
  }
  .repeteable-table .repeteable-row td:first-child {
    border-top: 0;
  }
}
.color-light {
  color: var(--light-color);
}
.table-historico-responsive .table-rep > .plus-minus-icon::after {
  content: "\f067";
  font-family: "FontAwesome";
}
.table-historico-responsive .table-rep[aria-expanded="true"] > .plus-minus-icon::after {
  content: "\f068";
  font-family: "FontAwesome";
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--white);
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: var(--white);
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary);
}
.table-procesos thead tr th {
  border-top: 0 !important;
}
.dropdown-menu .dropdown-item:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.navbar-main .nav-item.dropdown a[aria-expanded="true"] {
  border-bottom: 2px solid var(--secondary);
}
.navbar-main li .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.navbar-main .nav-item.dropdown .dropdown-menu {
  box-shadow: 0px 0px 5px -1px rgb(173, 173, 173);
}
a.text-primary:focus,
a.text-primary:hover {
  color: var(--primary) !important;
}
.col-sticky {
  position: sticky;
  top: 90px;
}
.alert-pago {
  background: #ecf5ef;
}

.alert-pago ul li {
  list-style: disc;
  font-size: 13px;
}
.dropdown-menu.dropdown-submenu {
  position: absolute;
  left: 100%;
  top: 73px;
}
.dropdown-menu .pago-impuesto .arrow-impuesto {
  display: inline;
  color: var(--secondary);
  margin-left: 0.5rem;
}
.card-medio {
  border: 0;
  cursor: pointer;
}
.card-medio:hover {
  transform: scale(1.035);
  background-color: var(--black-025);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--title-color) !important;
}
.text-secondary-dark {
  color: var(--secondary-dark);
}
.bg-primary-valle {
  background-color: #e4f5f4 !important;
}
.line-height-normal {
  line-height: normal;
}
.modal-header {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
}
.modal {
  z-index: 3000;
}

/* elementos datatable */

/* elementos datatable */

.dataTables_length label select {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 1px 2px 1px #0000001a;
}

.datatable-footer .dataTables_paginate .paginate_button.previous,
.datatable-footer .dataTables_paginate .paginate_button.next {
  cursor: pointer !important;
  margin-right: 0.3em;
  box-shadow: 0 3px 6px #00000014;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 1px 9px;
}
.datatable-footer .dataTables_paginate .paginate_button {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 10px 3px 6px #00000014;
  border: 0;
  border-radius: 0.2em;
  padding: 0.25rem 0.7rem;
  margin: 2px;
}
.paginate_button.current {
  color: var(--white) !important;
  background-color: var(--secondary) !important;
  margin-right: 0.3em;
  box-shadow: 0 3px 6px #00000014;
}
.dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_filter > label > input[type="search"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 1px 2px 6px #0000002b;
}

.dataTables_wrapper .dataTables_filter label:after {
  font-family: "q-line-icons";
  color: #919191;
  position: absolute;
  font-size: 18px;
  content: "\e931";
  z-index: 10;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.dataTables_filter > label {
  margin-bottom: 0px;
}
.table thead th {
  font-weight: 500;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-repeat: no-repeat;
  background-position: right -4px center;
  background-image: url("https://cdn.datatables.net/1.11.5/images/sort_both.png");
  background-size: 14px;
}

table.dataTable thead .sorting_asc {
  background-image: url("https://cdn.datatables.net/1.11.5/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("https://cdn.datatables.net/1.11.5/images/sort_desc.png");
}

.label-small-table {
  display: none;
}

.form-control {
  font-size: 14px !important;
}
select {
  font-size: 14px !important;
}

/* .custom-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
} */

.collapse-home {
  margin-top: -13px;
  z-index: 3;
  position: absolute;
  width: 100%;
  justify-content: center;
}

.btn-collapse-home {
  border-radius: 2px 2px 16px 16px;
  background-color: #66b257;
  color: var(--white);
  padding: 0.35rem 2rem;
  border: 1px solid #66b257;
  font-size: 14px;
}
.btn-collapse-home:hover {
  background-color: #5fa651;
  color: var(--white);
}

.scroll-card {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 279px;
}

/* table responsive */

@media (max-width: 1230px) {
  table.table > thead {
    display: none;
    width: 100%;
  }

  table.table > thead > tr {
    width: 100%;
  }

  table.table > thead > tr > th {
    display: block;
    width: 100%;
    border-width: 0px;
  }

  table.table > tbody,
  table.table > tfoot {
    width: 100%;
  }

  table.table > tbody > tr,
  table.table > tfoot > tr {
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 19px;
    display: block;
  }

  table.table > tbody > tr > td,
  table.table > tfoot > tr > td {
    display: block;
    width: 100%;
    border-width: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  table.table > tbody > tr > td .label-small-table,
  table.table > tfoot > tr > td .label-small-table {
    display: inline-block;
    text-transform: lowercase;
    font-weight: bolder;
    margin-right: 10px;
  }

  table.table > tbody > tr > td .label-small-table:first-letter,
  table.table > tfoot > tr > td .label-small-table:first-letter {
    text-transform: uppercase;
  }

  table.table > tbody > tr > td .label-small-table:after,
  table.table > tfoot > tr > td .label-small-table:after {
    content: ":";
  }

  .table-value > tbody > tr > th {
    display: none;
  }
}

select.select2.is-valid + .select2.select2-container.select2-container--default span.select2-selection {
  border-color: #28a745 !important;
}

select.select2.is-invalid + .select2.select2-container.select2-container--default span.select2-selection {
  border-color: #dc3545 !important;
}

.iti.iti--allow-dropdown:has(.form-control.is-invalid) ~ .invalid-feedback,
.input-group-prepend:has(.form-control.is-invalid) ~ .invalid-feedback,
.radio-validate.is-invalid ~ .invalid-feedback {
  display: block !important;
}

/* Styles for invalid-feedback when input-group contains invalid input */
.input-group:has(.form-control.is-invalid) ~ .invalid-feedback {
  display: block !important;
}

/* Fallback for browsers that don't support :has() selector */
.input-group .form-control.is-invalid ~ .invalid-feedback,
.input-group .form-control.is-invalid + .input-group-append ~ .invalid-feedback {
  display: block !important;
}

.alert ::marker {
  all: revert !important;
}

#banner {
  margin-top: -23px;
}

.carousel-control-custom {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: none;
}

.carousel-control-prev.carousel-control-custom {
  left: 24px;
  right: auto;
}
.carousel-control-next.carousel-control-custom {
  right: 24px;
  left: auto;
}

.formulario-home {
  background: #e4efe9;
  border-radius: 10px;
}

#opcionUsuario.show .user-arrow {
  transform: rotate(180deg);
}

.banner-desktop-img {
  max-height: 320px;
  object-fit: scale-down;
}
.banner-mobile-img {
  max-height: 320px;
  object-fit: scale-down;
}

.bg-navbar {
  background-color: #ecf5ef !important;
}

.font-bold {
  font-weight: 600 !important;
}

.alerta-adaptable {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.alert-green {
  background-color: #d6e2db;
  color: var(--secondary);
}

.password-toggle-btn {
  border-left: none !important;
  border-color: #ced4da;
  background-color: #f8f9fa;
  color: #6c757d;
  transition: all 0.15s ease-in-out;
}

.password-toggle-btn:hover {
  background-color: #e9ecef;
  color: #495057;
  border-color: #adb5bd;
}

.password-toggle-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}

.input-group .form-control:focus + .input-group-append .password-toggle-btn {
  border-color: #80bdff;
}

.input-group .form-control.is-invalid + .input-group-append .password-toggle-btn {
  border-color: #dc3545;
}

.input-group .form-control.is-valid + .input-group-append .password-toggle-btn {
  border-color: #28a745;
}

.swal2-close:hover {
  background-color: transparent !important; /* Prevents background color change */
  border-color: transparent !important; /* Prevents border color change */
  color: #ccc !important;
}

.mantenimiento-img {
  width: 400px;
}

.mantenimiento-card {
  border-top: 6px solid var(--text-primary);
}

.min-vh-75 {
  min-height: 75vh !important;
}

